home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / pprd100 / readme < prev    next >
Text File  |  1996-07-10  |  4KB  |  113 lines

  1. PPRD Version 1.00, a LPD and Direct server for DOS
  2.  
  3. PPRD is a small program that turns an XT or AT running DOS into a
  4. dedicated LPD printer server. You can send jobs to the printers from
  5. any machine running LPR.  It can handle up to 3 parallel printer
  6. ports.  Serial printers can be handled by running diverting LPTn to
  7. COMn and running the interrupt I/O driver TSRCOMM, which is in
  8. LPTCOM.ZIP.
  9.  
  10. Even a small XT with only a floppy will do.  (You can also run it on a
  11. 3/486 but why would you want to waste a machine like that?) If the
  12. system is to run unattended you might even omit the keyboard and
  13. monitor.
  14.  
  15. For installation instructions see pprd.prn.
  16.  
  17. List of files:
  18.  
  19. COPYING        GNU Copyleft conditions
  20. LOG        Change log
  21. README        This file
  22. pprd.man    Documentation in nroff format
  23. pprd.prn    Printed version of above
  24. jd.man        Documentation in nroff format
  25. jd.prn        Printed version of above
  26. lptcom.zip    TSRs for interrupt driven serial I/O using XON/XOFF
  27. makefile    For building pprd.exe and jd.exe
  28. pprd.exe    Executable
  29. pprd.c        Source
  30. pprd.h        Source
  31. tcp.h        Source, copy of one in WATTCP source distribution
  32. wattcp.cfg    Configuration file, edit before using PPRD
  33. wattcpsm.lib    Object library used when linking PPRD
  34. banner.pl    Install as ofilter in Berkeley LPD system
  35. lpr.pl        Install as ifilter in Berkeley LPD system
  36. jd.pl        Alternative ifilter for Direct protocol
  37. jd.exe        Send file or standard input using Direct protocol
  38. jd.c        Source
  39. jdlprd.pl    Run on Unix to provide jd to lpr gateway.
  40.  
  41. Resources:
  42.  
  43. Here are some FTP sites for auxiliary and related software.  The sites
  44. named here are the normal ones and it's best to ask archie for the
  45. nearest archive to you.
  46.  
  47. Packet drivers
  48.     oak.oakland.edu:pub/msdos/pktdrvr/
  49.     Current version of the packet drivers is 11.
  50.  
  51. WATTCP library sources
  52.     dorm.rutgers.edu:pub/msdos/wattcp/
  53.     A lpr client for DOS is one of the sample applications.
  54.  
  55. NCSA telnet
  56.     zaphod.ncsa.uiuc.edu:PC/Telnet/msdos/
  57.     Includes a lpr/lpq/lprm clients for DOS.
  58.  
  59. WinLPR
  60.     sunsite.unc.edu:pub/micro/pc-stuff/ms-windows/winsock/apps/winlpr10.zip
  61.     WinLPR is a lpr client for MS-Windows. Shareware.
  62.  
  63. comp.protocols.tcp-ip.ibmpc FAQ
  64.     ftp.netcom.com:pub/mailcom/IBMTCP/ibmtcp.zip
  65.     Answers a lot of questions about TCP-IP on PCs.
  66.  
  67. RFC1179
  68.     Line Printer Daemon Protocol
  69.  
  70. Background:
  71.  
  72. PPRD was inspired by PRINTNET by Koen De Bosschere.  That program is
  73. small and fast.  Unfortunately PRINTNET uses its own protocol and not
  74. the LPD protocol.  I am aware of LPD for DOS, in two versions, by David
  75. Johnson, formerly at the U of Mississippi.  However those servers
  76. require a local disk to spool the files. This may impose a limit on the
  77. size of files printed, a drawback in these days of huge jobs.  Also the
  78. later version is built on NOS from KA9Q, which is shareware for
  79. non-personal use, whereas PPRD is free.  PPRD does not do local
  80. spooling, relying instead on the sending client.  For this one loses
  81. the ability to run filters on the server (see installation notes on how
  82. filters can be run on the client), and delete jobs.  Error recovery is
  83. easier in the absence of local spooling.  And best of all, PPRD is
  84. simple and small.
  85.  
  86. Acknowledgements:
  87.  
  88. PPRD uses the excellent WATTCP package by Erick Engelke of the U of
  89. Waterloo. I stole the skeleton of PPRD from COMD. Russ Nelson of Crynwr
  90. Software has put a lot of work into packet drivers for many NICs.
  91.  
  92. PPRD is copylefted. The software is provided as-is and there is NO
  93. SUPPORT. I will however endeavour to help if you can describe your
  94. problem in sufficient detail. Please remember that I have only a
  95. vanilla system and I cannot test exotic configurations.
  96.  
  97. If you find PPRD useful, send me a nice note by email telling me how
  98. you use it. If you really like it, send me a postcard of your country.
  99.  
  100. Here are my contact addresses. Email is most preferred.
  101.  
  102.     ken@syd.dit.csiro.au
  103.  
  104.     Ken Yap
  105.     CSIRO Division of Information Technology
  106.     Locked Bag 17
  107.     North Ryde 2113
  108.     Australia
  109.     +61 2 3253100
  110.  
  111. Ken Yap
  112. July 1995
  113.